(isearch-toggle-regexp): Set `isearch-success' and `isearch-adjusted' to `t'.
authorJuri Linkov <juri@jurta.org>
Fri, 3 Sep 2004 20:32:57 +0000 (20:32 +0000)
committerJuri Linkov <juri@jurta.org>
Fri, 3 Sep 2004 20:32:57 +0000 (20:32 +0000)
commit8adab2b5adf1529f597b9e03207176839800a6af
tree5342628eb48e34719b1e46c09edaa9ae151a5490
parent27904da6c627acc579a06c05fda9a7458a84d9c8
(isearch-toggle-regexp): Set `isearch-success' and `isearch-adjusted' to `t'.
(isearch-toggle-case-fold): Set `isearch-success' to `t'.
(isearch-message-prefix): Add "pending" for isearch-adjusted.
(isearch-other-meta-char): Restore isearch-point unconditionally.
(isearch-query-replace): Add new arg `regexp-flag' and use it.
Set point to start of match if region is not active in transient
mark mode (to include the current match to region boundaries).
Push the search string to `query-replace-from-history-variable'.
Add prompt "Query replace regexp" for isearch-regexp.
Add region beginning/end as last arguments of `perform-replace.'
(isearch-query-replace-regexp): Replace code by the call to
`isearch-query-replace' with arg `t'.
lisp/isearch.el